html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 320px;
}

body {
	line-height: 28px;
}

a:active {
	outline: 0;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	font-family: microsoft yahei, "Helvetica Neue", Helvetica, Arial,
		"Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei",
		"Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
	transition: 0.5s all;
}

.contact1 a:hover {
	color: #f25c27;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
	margin: 0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

dl, dd {
	margin: 0;
	padding: 0
}

ul, ol, li {
	list-style: none
}

body {
	width: 100%;
	background: #fff;
	font-family: microsoft yahei, "Helvetica Neue", 'SimHei', Helvetica,
		Arial, sans-serif,'Larsseit-Light',;
	font-weight: normal;
	/* letter-spacing: 0.02em; */
	font-size: 16px;
	min-width: 320px;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

/*导航*/
#top {
	background: #fff;
	width: 100%;
	/*padding:0px 14%;*/
}

#top .container>.navbar-header {
	height: 70px;
	position: relative;
}

.logo {
	display: inline-block;
	width: 130px;
}
.wrapper{margin-top: 60px;}
.col-md-12{margin-top:20px;}
.content nav{height:180px;text-align:center;background:#f5f5f5;padding:48px;}
.content nav h5{color:#f25c27;}
star{color:#f25c27;
     font-size: 20px;
     padding-right: 3px;
     vertical-align: text-top;}
.text-center{margin:30px;}
.content textarea {
  margin-top: 10px;
/*   width: 30%; */
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); */
  border:1px solid #ccc;
  border-image: none;
  border-radius: 4px;
/*   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; */
  color: #555;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
}


.content textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius:4px;
}

.navbar-toggle .icon-bar {
	width: 14px;
}

.nav>li {
	position: relative;
	display: block;
}

#myTab>li>a:hover {
	top: -3px;
	color: #f25c27;
	cursor: pointer;
}

#myTab>li>a:hover span {
	opacity: 1;
	-moz-opacity:1; /* 老版Mozilla */
 	-khtml-opacity:1; /* 老版Safari */
	filter: "alpha(opacity=100)"; /* IE 8 */
	filter: alpha(opacity=100);   /* IE 4-7 */
	bottom: 15px;
}

.submenu {
	display: none;
	overflow: hidden;
	width: 100%;
	height: 160px;
	background-color: #fff;
}

.submenu .first  {
	margin-right: 20px;
}

.submenu a {
	float: right;
	text-decoration: none;
}

.submenu ul li {
	margin: 10px 0;
}

/* 导航栏试用按钮 */
.apply-btn, .buy-btn {
	background-color: #f25c27;
	padding: .4rem 1.5rem;
	border-radius: .3rem;
	float: right;
	margin-top: 1.7rem;
}

.apply-btn:hover, .buy-btn:hover,.call-btn:hover {
	background-color: #c9302c;
}

.apply-btn span, .buy-btn span,.call-btn span {
	color: #fff;
}

.apply-btn a, .buy-btn a,.call-btn a {
	text-decoration: none;
}

.buy-btn {
	margin-left: 20px;
}

.tao-btn {
	min-width: 100px;
	max-width: 150px;
	background-color: #f2f2f2;
	padding: .4rem 1.5rem;
	border-radius: .3rem;
	margin-top: 1.7rem;
	border: 1px solid #f25c27;
	color: #f25c27;
	text-align: center;
}

.tao-btn:hover {
	background-color: #f25c27;
	color: #fff;
}

.tao-btn a {
	text-decoration: none;
}

/*进入呼叫中心按钮*/
.call-btn{
	display: inline-block;
	background-color: #f25c27;
	padding: .4rem 1.5rem;
	border-radius: .3rem;
}

/* 导航栏试用按钮 */

@media (max-width: 767px) {
	.submenu {
		height: 110px;
	}

	.submenu a {
		float: none;
	}
}

.submenu a:hover {
	color: #f25c27;
}
.portfolio .container ul li a{
	text-decoration: none;
}
.main {
	margin-top: 70px;
}

.footer {
	width: 100%;
	text-align: center;
	background-color: #333;
	color: #fff;
	padding: 1.5em 2%;
}

.footer p {
  line-height:20px;
}

.footer #ads {
	color: #818181;
}

#myTab li a span {
	border-bottom: 2px solid #f25c27;
	color: #f25c27;
	width: 70%;
	position: absolute;
	bottom: 0;
	left: 15%;
	opacity: 0;
	-moz-opacity:0; /* 老版Mozilla */
 	-khtml-opacity:0; /* 老版Safari */
	filter: "alpha(opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0);   /* IE 4-7 */
	outline: none;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#myTab li a {
	color: #323232;
}

#top #myTab .active a {
	background: #fff;
	border: none;
}

#myTab  .active a {
	border-bottom: 2px solid #f25c27;
	color: #f25c27;
}

#myTab>li {
	margin-bottom: 0px;
	text-transform: uppercase;
}

#top {
	border: none;
}

.main {
	text-align: center;
}
/* .navbar {
    min-height: 70px;
} */
.navbar {
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 2px 3px #e5e5e5;
	-ms-box-shadow: 0 2px 3px #e5e5e5;
	-o-box-shadow: 0 2px 3px #e5e5e5;
	box-shadow: 0 2px 3px #e5e5e5; /*底边阴影*/
}

.navbar-header .current {
	color: #fff;
	background-color: #f25c27;
	border-radius: 2px;
	padding: 3px 7px;
	margin-left: 10px;
	margin-right: 10px;
}

.navbar-header a {
	outline: none;
}

.navbar-header

.lan {
	position: relative;
	top: -32px;
	left: 140px;
}

.navbar-header .lan  a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #868686;
}

/* 手机版cn／en中英文切换按钮 */
.lan .select {
	width: 50px;
	height: 30px;
	background: none;
	border: none !important;
	outline: none;
	color: #fff;
	font-size: 14px;
}

.lan .select option {
	background-color: #ff620d;
	border: none;
}

#sleHid {
	display: block;
	width: 32px;
	overflow: hidden;
}

#sleBG {
	width: 32px;
	height: 30px;
    background-color: #ff620d;
    border-radius:3px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 20px;
}

dl dt img {
	margin-top:20px;
}

.footer {
	font-size: 12px;
}

/*PC中的样式-大屏幕*/
@media screen and (min-width: 1200px) {
	.logo {
		margin-top: 10px;
	}
	#myTab li a {
		padding: 25px 20px 25px 20px;
		position: relative;
	}
	.container dl {
		margin-top: 40px;
	}
	.submenu a {
		margin: 70px 50px 0 50px;
	}
	#sleBG {
		display: none;
	}
    .text-field{width:27%;}
	.content textarea{width:54%;}
	.text-fieldlong {width: 54%;}
	.content nav h1{font-size: 33px;}
	.content nav h1 span img{
		width:45px;
		margin-top: -8px;
		margin-left: 10px;
	}
	.content nav h1,h5{line-height:50px;}
	.content nav h5{font-size:15px;}
}

/*PC中的样式-中等屏幕*/
@media ( min-width : 992px) and (max-width: 1199px) {
	.logo {
		margin-top: 10px;
	}
	#myTab li a {
		padding: 25px 15px 25px 15px;
		position: relative;
	}
	.submenu a {
		margin: 70px 30px 0 30px;
	}
	#sleBG {
		display: none;
	}
	.container dl {
		margin-top: 30px;
	}
    .text-field{width:40%;}
	.content textarea{width:70%;}
	.text-fieldlong {width: 70%;}
	.content nav h1{font-size: 40px;}
	.content nav h1 span img{width:43px;}
	.content nav h1,h5{line-height:50px;}
	.content nav h5{font-size:15px;}
}

/*PAD中的样式*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 14px;
		line-height: 26px;
	}
	.logo {
		margin-top: 10px;
	}
	.container dl dt img {
		width: 150px;
	}
	.container dl {
		margin-top: 20px;
	}
	#sleBG {
		display: none;
	}
	.submenu a {
		margin: 10px 30px 0 30px;
	}
	.submenu {
		padding-top: 50px;
	}
	#myTab li a {
		padding: 25px 12px 25px 12px;
		position: relative;
	}
		.text-field{width:70%;}
	.content textarea{width:70%;}
	.text-fieldlong {width: 70%;}
	.content nav h1{font-size: 33px;}
	.content nav h1 span img{width:45px;}
	.content nav h1,h5{line-height:50px;}
	.content nav h5{font-size:15px;}
}
/*PHONE中的样式*/
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}

	.main {
		margin-top:60px;
	}

	.logo {
		display: inline-block;
		width: 120px;
		margin-top: 10px;
		margin-left:10px;
	}

	#banner .carousel-inner .item img {
		/* height:150px; */
	}

	#top .container>.navbar-header {
		height: 60px;
		position: relative;
	}

	.navbar-toggle {
		margin-top: 14px;
	}

	#myTab>li>a:hover {
		top:0;
	}

	#myTab .active a {
		border-bottom: none;
		margin: 5px 0px
	}

	#myTab>li>a>span{
		border-bottom:none;
	}
	dl dd h1 {
		font-size: 24px;
	}
	dl dt img {
		width: 100px;
		height: 2px;
		margin-top:15px;
	}
	dl {
		margin-top: 20px;
	}
	/* #sleBG{display:block;} */
	.lan {
		display: none;
	}
/* ------ venobox.css 图片放大处理--------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-overflow-scrolling: touch;
}
/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay {
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.relativo {
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
/* ----- preloader ----- */
.vbox-preloader {
	position: fixed;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
	background: url(preload.gif) center center no-repeat;
	text-indent: -100px;
	overflow: hidden;
}

/* ----- navigation ----- */
.vbox-close {
	cursor: pointer;
	position: fixed;
	top: -1px;
	right: 0;
	width: 46px;
	height: 40px;
	padding: 10px 20px 10px 0;
	display: block;
	background: url(../img/close.gif) no-repeat #161617;
	background-position: 10px center;
	color: #fff;
	text-indent: -100px;
	overflow: hidden;
}

.vbox-next, .vbox-prev {
	cursor: pointer;
	position: fixed;
	top: 50%;
	color: #fff;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-indent: -100px;
	overflow: hidden;
}

.vbox-prev {
	left: 10px;
	background: url(../img/prev.gif) center center no-repeat;
}

.vbox-next {
	right: 10px;
	background: url(../img/next.gif) center center no-repeat;
}

.vbox-title {
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	padding: 6px 40px;
	overflow: hidden;
	background: #161617;
	position: fixed;
	display: none;
	top: -1px;
	left: 0;
}

.vbox-num {
	cursor: pointer;
	position: fixed;
	top: -1px;
	left: 0;
	height: 40px;
	display: block;
	color: #fff;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	padding: 6px 10px;
	background: #161617;
	display: none;
}
/* ------- inline window ------ */
.vbox-inline {
	width: 420px;
	height: 315px;
	padding: 10px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	overflow: scroll;
}

/* ------- Video & iFrames window ------ */
.venoframe {
	border: none;
	width: 960px;
	height: 720px;
	overflow: scroll;
}

@media ( max-width : 992px) {
	.venoframe {
		width: 640px;
		height: 480px;
	}
}

@media ( max-width : 767px) {
	.venoframe {
		width: 420px;
		height: 315px;
	}
.content nav h1{font-size: 24px;}
.content nav h1 span img{width:40px;}
.content nav h1,h5{line-height:30px;}
.content nav h5{font-size:12px; line-height: 18px;}
	.text-field{width:100%;}
	.content textarea{width:100%; height: 150px;}
	.text-fieldlong {width: 100%;}
}

@media ( max-width : 460px) {
	.vbox-inline {
		width: 100%;
	}
	.venoframe {
		width: 100%;
		height: 260px;
	}
.content nav h1{font-size: 20px;}
.content nav h1 span img{width:20px; margin-top: -6px;}
.content nav h1,h5{line-height:30px;}
.content nav h5{font-size:12px; line-height: 18px;}
#checkCode{width:43%;}
}

.btn-danger:hover{
    background-color: #cb171e;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:hover, .btn:focus, .btn.focus {
    color: #cb171e;
    text-decoration: none;
}
.btn {
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.btn {

    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.846;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/****** image hover ******/

.box * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.box {position:relative;width:100%;display:inline-block;overflow:hidden;background:#fff;}
.box a {text-decoration:none}
/*** effect zoom in ***/

.effect-ruby img
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

.effect-ruby:hover img
{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}
/*图片Hover*/
/* .effect-ruby img {
	transition:  transform 0.6s;
	-webkit-transition:  -webkit-transform 0.6s;
	-ms-transition:  -ms-transform 0.6s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-ms-transform: scale(1.12);
}
.effect-ruby:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
} */
.mod_select{
width: 32px;
	height: 30px
    background-color: #ff620d;
    border-radius:3px;
	display: inline-block;
	position: relative;
	top: 5px;
	left: 20px;}
.mod_select ul{margin:0;padding:0;}
.select_label{color:#982F4D;float:left;line-height:24px;padding-right:10px;font-size:12px;font-weight:700;}
.select_box{color:#fff;position:relative;cursor:pointer;width: 32px;font-size:12px;}
.select_txt{width: 32px;
	height: 30px;
    background-color: #ff620d;
    border-radius:3px;
	display: inline-block;
	text-align:center;
	line-height:29px;

}
.option{width:76px;border:solid 1px #EDE7D6;position:absolute;top:24px;left:-1px;z-index:2;overflow:hidden;display:none;}
.option a{display:block;height:26px;line-height:26px;text-align:left;padding:0 10px;width:100%;background:#fff;color:#555;text-align:center;}
.option a:first-child{
	border-bottom:solid 1px #EDE7D6;
}
.option a:hover{background:#FDE0E5;text-decoration: none;}
.option a:active{background:#FDE0E5;}


.helper-text {
  font-size: 12px;
  margin-botom: 10px;
  text-align: right;
}

.field-row {
  position: relative;
/*   width: 100%; */
  text-align:left;
}

.form-label {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px 5px 0;
  text-align: right;
  width: 100px;
}
.message {
  display: inline-block;
  margin-left:10px;
}
.moveup{position: absolute;top:45px;}
.field-row[disabled], .field-row[readonly], fieldset[disabled]{
    background-color: #eee;
    opacity: 1;
}










